/*包含一些通用样式，主要是头部和底部导航栏的样式*/

*, *:before, *:after {
    box-sizing: inherit;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

/*a:hover渐进渐出时长*/
/*a {*/
    /*transition: all 1s ease-out 0.2s;*/
/*}*/

/*a:hover {*/
    /*transition-property: all;*/
    /*-moz-transition: all;*/
    /*-moz-transition-duration: 1s;*/
    /*-webkit-transition-property: all;*/
    /*-webkit-transition-duration: 1s;*/
/*}*/

.no-padding {
    padding: 0px;
}

.padding-left {
    padding-left: 60px;
}

.padding-top {
    padding-top: 100px;
}

.section-padding {
    padding: 100px 0;
}

.section-padding2 {
    padding: 50px 0;
}

/*导航栏样式*/
.site-header {
    background: #00387a;
    position: relative;
    z-index: 99;
}

/*顶部导航栏*/
.header-top {
    background-color: #002c60;
    border-color: transparent;
}

/*左侧欢迎样式*/
.header-top-left {
    float: left;
    color: #ffffff;
    line-height: 40px;
    font-size: 14px;
    font-weight: 400;
}

.header-top-left a {
    color: #ffffff;
}

.header-top-left a:hover {
    color: #ff7f1e;
}

/*右侧副导航*/
.header-top-right {
    float: right;
    margin-top: 0.75%;
}

.header-top-right .topNav {
    list-style: none;
    margin: 0;
    padding: 0;
}

.topNav li {
    display: inline-block;
    margin-right: 8px;
}

.topNav li a {
    text-align: center;
    line-height: 20px;
    color: #ffffff;
}

.topNav li a:hover {
    color: #ff7f1e;
}

/*导航logo等样式*/
.logo {
    padding: 15px 0;
    vertical-align: middle;
    float: left;
}

.logo-right {
    float: right;
    vertical-align: middle;
}

.logo-right-info {
    display: table;
    list-style: none;
    padding: 0;
    margin: 0;
}

.logo-right-info li {
    display: table-cell;
    color: #b3c4d7;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 15px;
    padding-left: 50px;
    height: 100px;
    vertical-align: middle;
}

.logo-right-info li p {
    color: #ffffff;
}

.logo-right-info li:first-child {
    padding-left: 0;
    padding-right: 50px;
    border-left: none;
}

/*导航栏栏目样式*/
.header-nav {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.header-nav .nav-left {
    float: left;
}

/*这里不应该使用.header-nav ul,应该使用navleft ul*/
.nav-index {
    background-color: #ff7f1e;
    color: #00387a;
    transition: all 0.4s ease-in;
}

.nav-index:hover {
    color: #000000;
}

.header-nav ul {
    list-style: none;
    float: right;
    padding: 0;
    margin: 0;
    font-weight: 700;
    font-size: 16px;
}

.header-nav ul li {
    padding-left: 10px;
    margin: 0;
    float: left;
    display: inline-block;
    position: relative;
}

.header-nav ul li a {
    padding: 8px 20px 12px 20px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    letter-spacing: 4px;
    outline: none;
    text-transform: uppercase;
    color: #ffffff;
}

.header-nav ul li a:hover {
    color: #ff7f1e;
}

.nav-right p {
    color: #BB6717;
    font-size: 19px;
    font-weight: bold;
    line-height: 54px;
    letter-spacing: 7.3px;
}

.mobileImg img {
    max-width: 100%;
    height: auto;
}

/*底部状态栏样式*/
#footer {
    background-color: #00387a;
    color: #ffffff;
}

#footer .foot-padding {
    padding: 120px 0 80px;
}

#footer .footer-ul {
    list-style: none;
}

/*底部导航各标题下的下划线*/
#footer h4 {
    position: relative;
    font-weight: 600;
    font-size: 19px;
}

#footer h4::after {
    position: absolute;
    left: 1px;
    bottom: -6px;
    content: "";
    height: 2px;
    width: 70px;
    background: rgba(255, 255, 255, 0.2);
}

/*footer part1*/
.footer-nav1 div {
    margin-bottom: 20px;
}

.footer-nav1 p {
    margin-bottom: 16px;
}

.footer-nav1 a {
    color: #adadad
}

.footer-nav1 a:hover {
    color: #ffffff;
}

.footer-nav1 a::after {
    position: absolute;
    left: 0;
    bottom: 1px;
    content: "";
    height: 1px;
    width: 100%;
    background: rgba(255, 255, 255, 0.2);
}

/*footer part2*/
.footer-nav2 ul {
    list-style: none;
    padding-left: 0px;
}

.footer-nav2 ul li a {
    position: relative;
    padding-left: 24px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
}

.footer-nav2 ul li a:hover {
    color: #f26522;
}

/*.footer-nav2 ul li a::before {*/
/*position: absolute;*/
/*color: #ffffff;*/
/*top: -8px;*/
/*left: -2px;*/
/*content: '>>';*/
/*font-family: FontAwesome;*/
/*}*/

/*footer part3*/
.footer-nav3 ul {
    list-style: none;
    padding-left: 0px;
}

.footer-nav3 ul li {
    padding: 8px 0 8px;
}

.footer-nav3 ul li:first-child {
    padding: 0 0 8px;
}

.footer-nav3 ul li a {
    position: relative;
    padding-left: 24px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}

.footer-nav3 ul li a:hover {
    color: #f26522;
}

.footer-nav3 ul li a::before {
    position: absolute;
    color: #ffffff;
    top: -4px;
    left: -2px;
    content: '>>';
}

/*footer part4*/
.footer-nav4 p {
    font-size: 13px;
    line-height: 28px;
}

/*footer information*/
#footInfo {
    background-color: #002c60;
}

.copyright {
    padding-left: 2px;
    padding-top: 8px;
    color: #ffffff;
    font-size: 14px;
}

.support {
    float: right;
    padding-right: 2px;
    padding-top: 8px;
    color: #ffffff;
    font-size: 14px;
}

/*banner下的产品热词*/
#hot {
    width: 100%;
    height: auto;
    background-color: #dcd5d8;
}

#hot ul {
    list-style: none;
}

#hot ul li {
    float: left;
    padding: 0 5px 5px;
    font-weight: 600;
}

#hot ul li a {
    font-size: 12px;
    font-weight: 400;
}

/*面包屑*/
#breadcrumb {
    background-color: #F5F5F5;
}

.breadcrumb {
    padding-bottom: 0;
    margin-bottom: 0;
}

.breadcrumb ul li {
    line-height: 50px;
    font-size: 16px;
}

.breadcrumb ul li a {
    color: #007483;
}

.breadcrumb ul li a:hover {
    color: #ff7f1e;
}

/*返回顶部*/
#backTop a {
    position: fixed;
    text-align: center;
    line-height: 55px;
    width: 50px;
    height: 45px;
    right: 50px;
    top: 90%;
    background-color: #FF7F1E;
    border: none;
    border-radius: 3px;
    transition: all 0.3s ease-out 0.1s;
    opacity: 0;
}

.show {
    opacity: 1;
}

#backTop a::before {
    color: #fff;
    content: "^";
    font-size: 40px;
    margin: 5px;
    position: relative;
}

#backTop a:hover {
    background-color: #00387A;
}

/*分页按钮样式*/
.page {
    width: 100%;
    height: 60px;
    text-align: center;
    margin-top: 50px;
}

.page a:nth-child(1) {
    display: none;
}

.page a {
    display: inline-block;
    width: 60px;
    height: 30px;
    margin: auto 18px 16px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-size: 14px;
    line-height: 30px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    vertical-align: middle;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    text-align: center;
    background: #f26522;
    cursor: pointer;
    border: 1px solid transparent;
    color: #fff;
    outline: none;
}

.page a:hover {
    background-color: #00387A;
    border: #d75500 1px solid;
}

.page span {
    cursor: not-allowed;
    display: inline-block;
    width: 60px;
    height: 30px;
    margin: auto 18px 16px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-size: 14px;
    line-height: 30px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    vertical-align: middle;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    text-align: center;
    background: #6b001b;
    border: 1px solid transparent;
    color: #fff;
    outline: none;
}